home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / misc~1 / 30 / pcbatch / param.bat < prev    next >
DOS Batch File  |  1986-12-04  |  491b  |  14 lines

  1. REM This is to tell you what parameters are set when you call a batch file.
  2. REM It also shows you what is set after an input line.
  3. echo off
  4. input input text:
  5. echo a=%:a        b=%:b        c=%:c
  6. echo d=%:d        e=%:e        f=%:f
  7. echo g=%:g        h=%:h        i=%:i
  8. echo j=%:j        k=%:k        l=%:l
  9. echo m=%:m        n=%:n        o=%:o
  10. echo p=%:p        q=%:q        r=%:r
  11. echo s=%:s        t=%:t        u=%:u
  12. echo v=%:v        w=%:w        x=%:x
  13. echo y=%:y        z=%:z
  14.